Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions video/src/analyze_explicit_content.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*/
namespace Google\Cloud\Samples\Video;

// [START analyze_explicit_content]
// [START video_analyze_explicit_content]
use Google\Cloud\VideoIntelligence\V1\VideoIntelligenceServiceClient;
use Google\Cloud\VideoIntelligence\V1\Feature;

Expand Down Expand Up @@ -59,4 +59,4 @@ function analyze_explicit_content($uri)
print_r($operation->getError());
}
}
// [END analyze_explicit_content]
// [END video_analyze_explicit_content]
4 changes: 2 additions & 2 deletions video/src/analyze_labels.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*/
namespace Google\Cloud\Samples\Video;

// [START analyze_labels]
// [START video_analyze_labels_local]
use Google\Cloud\VideoIntelligence\V1\VideoIntelligenceServiceClient;
use Google\Cloud\VideoIntelligence\V1\Feature;

Expand Down Expand Up @@ -90,4 +90,4 @@ function analyze_labels($uri)
print_r($operation->getError());
}
}
// [END analyze_labels]
// [END video_analyze_labels_local]
4 changes: 2 additions & 2 deletions video/src/analyze_labels_file.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*/
namespace Google\Cloud\Samples\Video;

// [START analyze_labels_file]
// [START video_analyze_labels_gcs]
use Google\Cloud\VideoIntelligence\V1\VideoIntelligenceServiceClient;
use Google\Cloud\VideoIntelligence\V1\Feature;

Expand Down Expand Up @@ -92,4 +92,4 @@ function analyze_labels_file($path)
print_r($operation->getError());
}
}
// [END analyze_labels_file]
// [END video_analyze_labels_gcs]
4 changes: 2 additions & 2 deletions video/src/analyze_shots.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*/
namespace Google\Cloud\Samples\Video;

// [START analyze_shots]
// [START video_analyze_shots]
use Google\Cloud\VideoIntelligence\V1\VideoIntelligenceServiceClient;
use Google\Cloud\VideoIntelligence\V1\Feature;

Expand Down Expand Up @@ -59,4 +59,4 @@ function analyze_shots($uri)
print_r($operation->getError());
}
}
// [END analyze_shots]
// [END video_analyze_shots]